home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib2 / v_02_08 / 2n08066b < prev    next >
Encoding:
Text File  |  1995-11-01  |  101 b   |  12 lines

  1.  
  2.  
  3. Listing 4
  4.  
  5. #ifdef ANSI
  6. #include <stdio.h>
  7. #else
  8. char *strcat();
  9. char *strcpy();
  10. #endif
  11.  
  12.